#workflow {
  display: flex;
  justify-content: center;
  padding: 50px 0 80px;
  background-color: #F6F7FB;
}
#workflow ul {
  width: 640px;
}
#workflow ul li {
  margin-top: 30px;
}
#workflow ul li .work {
  display: flex;
}
#workflow ul li .work .step-icon {
  width: 80px;
  height: 80px;
}
#workflow ul li .work .step-1 {
  background: url('../icon/design/edit_property_icon.png') center no-repeat;
  background-size: contain;
}
#workflow ul li .work .step-2 {
  background: url('../icon/design/inspection_icon.png') center no-repeat;
  background-size: contain;
}
#workflow ul li .work .step-3 {
  background: url('../icon/design/open_document_icon.png') center no-repeat;
  background-size: contain;
}
#workflow ul li .work .step-4 {
  background: url('../icon/design/create_order_icon.png') center no-repeat;
  background-size: contain;
}
#workflow ul li .work .step-5 {
  background: url('../icon/design/answers_icon.png') center no-repeat;
  background-size: contain;
}
#workflow ul li .work .step-6 {
  background: url('../icon/design/finish_order_icon.png') center no-repeat;
  background-size: contain;
}
#workflow ul li .work .content h3 {
  font-size: 24px;
  color: #1067EE;
  font-weight: 600;
}
#workflow ul li .work .content p {
  margin-top: 10px;
  width: 400px;
  font-size: 14px;
  color: #878CB1;
  text-indent: 2em;
}
#workflow ul li .route {
  margin-top: 25px;
  width: 100%;
  height: 80px;
}
#workflow ul li:nth-of-type(2n-1) .work .content {
  margin-left: 60px;
}
#workflow ul li:nth-of-type(2n-1) .route {
  background: url('../icon/design/route_1.png') center no-repeat;
  background-size: 570px 80px;
}
#workflow ul li:nth-of-type(2n) .work {
  flex-direction: row-reverse;
}
#workflow ul li:nth-of-type(2n) .work .content {
  margin-right: 60px;
}
#workflow ul li:nth-of-type(2n) .work .content h3 {
  text-align: right;
}
#workflow ul li:nth-of-type(2n) .route {
  background: url('../icon/design/route_2.png') center no-repeat;
  background-size: 570px 80px;
}
#workflow ul li:nth-last-of-type(1) .route {
  display: none;
}
#hot-designer {
  padding: 90px 0 30px;
}
#hot-designer .designer-list {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
#hot-designer .designer-list ul {
  width: 1100px;
  display: flex;
  flex-wrap: wrap;
}
#hot-designer .designer-list ul li {
  height: 330px;
  margin-left: 41px;
  box-sizing: border-box;
}
#hot-designer .designer-list ul li:nth-of-type(4n+1) {
  margin-left: 0;
}
#authority {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  background-color: #F6F7FB;
  padding: 30px 0;
}
#authority ul {
  width: 1100px;
  display: flex;
  justify-content: space-between;
}
#authority ul li img {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
#authority ul li p {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #666666;
  font-weight: 600;
}
